projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
094cf60
)
(getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Sep 1994 07:51:10 +0000
(07:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Sep 1994 07:51:10 +0000
(07:51 +0000)
src/xrdb.c
patch
|
blob
|
history
diff --git
a/src/xrdb.c
b/src/xrdb.c
index 60f3e415d62d1b01e4a55589fa26a5b77cef448f..c41caa9c8a18ee57484b0841a24f30e02dd80094 100644
(file)
--- a/
src/xrdb.c
+++ b/
src/xrdb.c
@@
-71,7
+71,7
@@
extern short getuid (); /* If this causes portability problems,
default to `int' anyway. */
#endif
-#if
defined (__bsdi__) || defined (DECLARE_GETPWUID_WITH_UID_T)
+#if
def DECLARE_GETPWUID_WITH_UID_T
extern struct passwd *getpwuid (uid_t);
extern struct passwd *getpwnam (const char *);
#else